Skip to content

Commit

Permalink
Merge pull request #210 from pedro-andrade-inpe/master
Browse files Browse the repository at this point in the history
Small updates for 1.5-4
  • Loading branch information
rafapereirabr authored Sep 11, 2021
2 parents 3c65771 + 0a305ff commit 3d309df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# log history of gtfs2gps package development

-------------------------------------------------------
# gtfs2gps v1.5-4

**Major changes**
* Fixed CRAN bugs
* Fixed small bug that prevented creating departure times correctly

-------------------------------------------------------
# gtfs2gps v1.5
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_distance_haversine
Rcpp::NumericVector rcpp_distance_haversine(Rcpp::NumericVector latFrom, Rcpp::NumericVector lonFrom, Rcpp::NumericVector latTo, Rcpp::NumericVector lonTo, double tolerance);
RcppExport SEXP _gtfs2gps_rcpp_distance_haversine(SEXP latFromSEXP, SEXP lonFromSEXP, SEXP latToSEXP, SEXP lonToSEXP, SEXP toleranceSEXP) {
Expand Down

0 comments on commit 3d309df

Please sign in to comment.