A toy package designed to showcase and serve as a reference/tutorial for S7 development. To be used in conjunction with the S7 package webs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Initial commit

Vishwarrior26 42375deb

+53
+2
.gitattributes
··· 1 + # Auto detect text files and perform LF normalization 2 + * text=auto
+49
.gitignore
··· 1 + # History files 2 + .Rhistory 3 + .Rapp.history 4 + 5 + # Session Data files 6 + .RData 7 + .RDataTmp 8 + 9 + # User-specific files 10 + .Ruserdata 11 + 12 + # Example code in package build process 13 + *-Ex.R 14 + 15 + # Output files from R CMD build 16 + /*.tar.gz 17 + 18 + # Output files from R CMD check 19 + /*.Rcheck/ 20 + 21 + # RStudio files 22 + .Rproj.user/ 23 + 24 + # produced vignettes 25 + vignettes/*.html 26 + vignettes/*.pdf 27 + 28 + # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 29 + .httr-oauth 30 + 31 + # knitr and R markdown default cache directories 32 + *_cache/ 33 + /cache/ 34 + 35 + # Temporary files created by R markdown 36 + *.utf8.md 37 + *.knit.md 38 + 39 + # R Environment Variables 40 + .Renviron 41 + 42 + # pkgdown site 43 + docs/ 44 + 45 + # translation temp files 46 + po/*~ 47 + 48 + # RStudio Connect folder 49 + rsconnect/
+2
README.md
··· 1 + # BigNum 2 +