Moved arrow package from Imports to
Suggests for better cross-platform compatibility. The
package now checks for arrow availability and provides
informative error messages with installation instructions when
needed.
Added cache_dir parameter to all data fetching
functions (vigitel_data(),
vigitel_download(), vigitel_variables(),
vigitel_dictionary(), vigitel_cache_status(),
vigitel_clear_cache()). This allows using
tempdir() for temporary storage that doesn’t persist after
the R session.
Updated examples to use cache_dir = tempdir() to
avoid leaving files on the system during CRAN checks.
vigitel_years() - list available VIGITEL survey
yearsvigitel_variables() - list variables available in a
specific yearvigitel_dictionary() - get the data dictionary with
variable descriptionsvigitel_data() - download and load VIGITEL data with
multiple options:
furrrvigitel_convert_to_parquet() - convert cached Excel
files to Parquet formatfurrr package