Skip to content

Commit

Permalink
add stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosci committed Sep 17, 2021
1 parent 3cb358e commit 360d5fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2021-04-26.
Once it is accepted, delete this file and tag the release (commit 43bc2d9).
This package was submitted to CRAN on 2021-09-17.
Once it is accepted, delete this file and tag the release (commit 3cb358e).
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Description: Provides neutral landscape models (<doi:10.1007/BF02275262>,
neutral models (completely random distributed), to "soft" neutral models
(definable spatial characteristics) and generate landscape patterns that are
independent of ecological processes.
Thus, these patterns can be used as null models in landscape ecology. 'nlmr'
Thus, these patterns can be used as null models in landscape ecology. 'NLMR'
combines a large number of algorithms from other published software for
simulating neutral landscapes. The simulation results are obtained in a
geospatial data format (raster* objects from the 'raster' package) and can,
Expand Down Expand Up @@ -55,7 +55,6 @@ BugReports: https://github.com/ropensci/NLMR/issues/
Suggests:
testthat,
covr,
captioner,
knitr,
rmarkdown,
lintr,
Expand Down
12 changes: 0 additions & 12 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "captioner",
"name": "captioner",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=captioner"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
Expand Down
5 changes: 5 additions & 0 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

using namespace Rcpp;

#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
#endif

// rcpp_mpd
Rcpp::NumericMatrix rcpp_mpd(unsigned ncol, unsigned nrow, double rand_dev, Rcpp::NumericVector rcpp_roughness, unsigned long seed, bool torus);
RcppExport SEXP _NLMR_rcpp_mpd(SEXP ncolSEXP, SEXP nrowSEXP, SEXP rand_devSEXP, SEXP rcpp_roughnessSEXP, SEXP seedSEXP, SEXP torusSEXP) {
Expand Down

0 comments on commit 360d5fb

Please sign in to comment.