Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91cbba4

Browse files
authored
Update README.md
- add soilReports installation step
1 parentef9ddbd commit91cbba4

File tree

1 file changed

+7
-2
lines changed
  • inst/reports/southwest/mu-comparison

1 file changed

+7
-2
lines changed

‎inst/reports/southwest/mu-comparison/README.md‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ A brief description of the SSRO2-specifc raster data sources can be found [here]
1010
The`soilReports` package contains reports and associated configuration files. The following steps perform all required setup for the**southwest/mu-comparison** report, then copies the configuration (config.R) and report (report.Rmd) files to a folder that it creates named 'MU-comparison' in the working directory. Edit the`config.R` file (or replace it with an existing config.R in the working directory) so that it points to the correct raster layers and map unit polygons. "Knit" the report file by opening`report.Rmd` and clicking on the "Knit HTML" button. The package will put a 'report.html' file in the MU-comparison folder and will create a folder named 'output' for report-generated shapefiles.
1111

1212
```r
13-
# load this library
13+
# install latest soilReports and (if needed) remotes package
14+
if (!require("remotes"))
15+
install.packages("remotes")
16+
remotes::install_github("ncss-tech/soilReports")
17+
18+
# load soilReports
1419
library(soilReports)
1520

16-
# list reports in the package
21+
# listallreports in the package
1722
listReports()
1823

1924
# install required packages for a named report

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp