Skip to contents

rsinaica 1.2.0

CRAN release: 2026-06-02

  • sinaica_station_data now supports downloading two years of data

    df <- sinaica_station_data(271, "O3", "2015-09-11", "2017-09-11", "Crude")
  • Remove duplicate stations from the stations_sinaica data.frame

  • Added function sinaica_station_dates(), which lists the dates for which a station has data available.

    sinaica_station_dates(271, "Crude")
  • Added function sinaica_station_params(), which lists the air quality parameters measured at a station for which SINAICA provides data.

  • Added two new air quaility stations in Ensenada and Tecate to stations_sinaica

  • Use try() in function examples instead of \dontrun{}

rsinaica 1.1.1

CRAN release: 2026-02-27

  • Update the stations_sinaica data.frame to include all the latest stations

rsinaica 1.1.0

CRAN release: 2024-06-21

  • Deprecate sinaica_param_data since the SINAICA website no longer supports downloading data from all stations at once.

rsinaica 1.0.0

CRAN release: 2024-02-08

  • Use latest version of roxygen to generate documentation

rsinaica 0.6.1

CRAN release: 2019-02-04

rsinaica 0.6.0

CRAN release: 2018-10-24

  • Changed the web address of the sinaica server to use https

rsinaica 0.5.0

CRAN release: 2018-05-22