Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global reactive #27

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Global reactive #27

wants to merge 7 commits into from

Conversation

bobjersey
Copy link
Collaborator

Considering merge from the Global-reactive branch into the master, based upon work to correct #23

miemiep and others added 6 commits May 16, 2022 14:04
…eactive; now the template csv files for TS and Dose will be read by R but modified dataframes will be stored as a reactive object. That avoids writing user modified data to a csv file then read this csv file again

- Deactivated write.csv functions for TSFromFile and DoseFromFile since this is not necessary anymore
- Config files and some values and functions will still be stored as dataframes in the global environment
- Replaced TSFromFile and DoseFromFile arguments or dataframes with reactive objects (i.e. TSFromFile() and DoseFromFile())
- Added a close button in the sidebar
- Replaced SASxport with haven since SASxport is no longer available on CRAN; write_xpt from haven has not as many arguments as write.xport has, so there is still a little to do
…ctive objects (i.e. TSFromFile() and DoseFromFile())
…ctive objects (i.e. TSFromFile() and DoseFromFile())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure that files are not overwritten by concurrent users on public server
2 participants