Skip to content

Commit 3d309df

Browse files
Merge pull request #210 from pedro-andrade-inpe/master
Small updates for 1.5-4
2 parents 3c65771 + 0a305ff commit 3d309df

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# log history of gtfs2gps package development
22

3+
-------------------------------------------------------
4+
# gtfs2gps v1.5-4
35

6+
**Major changes**
7+
* Fixed CRAN bugs
8+
* Fixed small bug that prevented creating departure times correctly
49

510
-------------------------------------------------------
611
# gtfs2gps v1.5

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_distance_haversine
914
Rcpp::NumericVector rcpp_distance_haversine(Rcpp::NumericVector latFrom, Rcpp::NumericVector lonFrom, Rcpp::NumericVector latTo, Rcpp::NumericVector lonTo, double tolerance);
1015
RcppExport SEXP _gtfs2gps_rcpp_distance_haversine(SEXP latFromSEXP, SEXP lonFromSEXP, SEXP latToSEXP, SEXP lonToSEXP, SEXP toleranceSEXP) {

0 commit comments

Comments
 (0)