Skip to content

Commit 360d5fb

Browse files
committed
add stuff
1 parent 3cb358e commit 360d5fb

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

CRAN-RELEASE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2021-04-26.
2-
Once it is accepted, delete this file and tag the release (commit 43bc2d9).
1+
This package was submitted to CRAN on 2021-09-17.
2+
Once it is accepted, delete this file and tag the release (commit 3cb358e).

DESCRIPTION

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Description: Provides neutral landscape models (<doi:10.1007/BF02275262>,
2323
neutral models (completely random distributed), to "soft" neutral models
2424
(definable spatial characteristics) and generate landscape patterns that are
2525
independent of ecological processes.
26-
Thus, these patterns can be used as null models in landscape ecology. 'nlmr'
26+
Thus, these patterns can be used as null models in landscape ecology. 'NLMR'
2727
combines a large number of algorithms from other published software for
2828
simulating neutral landscapes. The simulation results are obtained in a
2929
geospatial data format (raster* objects from the 'raster' package) and can,
@@ -55,7 +55,6 @@ BugReports: https://github.com/ropensci/NLMR/issues/
5555
Suggests:
5656
testthat,
5757
covr,
58-
captioner,
5958
knitr,
6059
rmarkdown,
6160
lintr,

codemeta.json

-12
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,6 @@
8686
},
8787
"sameAs": "https://CRAN.R-project.org/package=covr"
8888
},
89-
{
90-
"@type": "SoftwareApplication",
91-
"identifier": "captioner",
92-
"name": "captioner",
93-
"provider": {
94-
"@id": "https://cran.r-project.org",
95-
"@type": "Organization",
96-
"name": "Comprehensive R Archive Network (CRAN)",
97-
"url": "https://cran.r-project.org"
98-
},
99-
"sameAs": "https://CRAN.R-project.org/package=captioner"
100-
},
10189
{
10290
"@type": "SoftwareApplication",
10391
"identifier": "knitr",

src/RcppExports.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
using namespace Rcpp;
77

8+
#ifdef RCPP_USE_GLOBAL_ROSTREAM
9+
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
10+
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
11+
#endif
12+
813
// rcpp_mpd
914
Rcpp::NumericMatrix rcpp_mpd(unsigned ncol, unsigned nrow, double rand_dev, Rcpp::NumericVector rcpp_roughness, unsigned long seed, bool torus);
1015
RcppExport SEXP _NLMR_rcpp_mpd(SEXP ncolSEXP, SEXP nrowSEXP, SEXP rand_devSEXP, SEXP rcpp_roughnessSEXP, SEXP seedSEXP, SEXP torusSEXP) {

0 commit comments

Comments
 (0)