README.md

alt text

This package creates .CSV files of sunset and sunrise appointments--with a user-specified location that can be imported into Google Calender. Function sunset_calc is taken from Hilary Parker's Personal R package and has been modified.Hilary Parker Github

To install this package you could follow the following:

  1. Install devtools() in Rstudio ( if you already don't have it) :

install_packages("devtools")

or load the package :

library(devtools)

  1. Install sunsetrise package with devtools:

devtools::install_github("gjahesh/sunsetrise")

  1. Load sunsetrise package using devtools

devtools::library(foofactors)

The imported packages as mentioned in the DESCRIPTION file are:



gjahesh/sunsetrise documentation built on May 17, 2019, 6:03 a.m.