const HELP_PROJ: &str = "\u{1b}[1m\u{1b}[34mDescription:\u{1b}[39m\u{1b}[22m\n Manage R projects (experimental).\n\n A project is a directory with a package manifest, typically a\n \u{1b}[32mDESCRIPTION\u{1b}[39m file, that declares the R packages the project depends on.\n \u{1b}[32mrig proj\u{1b}[39m resolves those dependencies against the configured package\n repositories and can install them into a project library.\n\n \u{1b}[32mrig proj deps\u{1b}[39m shows the direct and recursive dependencies of the\n project.\n \u{1b}[32mrig proj solve\u{1b}[39m resolves the full dependency tree to a concrete set of\n package versions, and can write the result to an \u{1b}[32mrenv.lock\u{1b}[39m file.\n \u{1b}[32mrig proj deploy\u{1b}[39m installs the resolved dependencies into a package\n library.\n\n Dependencies are resolved with rig's built-in solver, so R does not need\n to be running for \u{1b}[32mrig proj deps\u{1b}[39m and \u{1b}[32mrig proj solve\u{1b}[39m.\n\n \u{1b}[32mrig proj\u{1b}[39m is currently experimental, and might change in future\n versions. Feedback is appreciated.";
0 commit comments