Skip to content

This project is run in my spare time and as such development is slow. If you have any questions or additions to the reports you would like to add let me know.

Notifications You must be signed in to change notification settings

Badzo0/Student_Survey_Report_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student_Survey_Report_Generator

 

This app is availible here: https://podobnik.shinyapps.io/StudentSurveyReporteR/

How to run locally:

On this page go to Code -> Download Zip

Unzip the downloaded file and open "Student_Survey_Report_Generator.Rproj" (This will open Rstudio)

 

In RStudio in the Files tab (Located on the bottom right side) open the server.R file (Double click on it)

 

When opened a notice will show up prompting you to install the required libraries. Click "install" and wait for the process to finish

 

Click "Run App" in the top right corner of the document to start the application

Frequently Asked Questions

  1. I receive an "UI not found" error when running the app:

    This happens when only part of the .zip folder is extracted. In windows machines when you double click on a .zip file the contents of the file are shown but not extracted. You have to click "Extract all" and then navigate to the extracted folder to open the .Rproj file.

   

  1. I see an error about package versions not matching the expected version:

    This happens when the R version is not updated to the latest version. To fix this issue you need to install R again. You can do so on this page: https://www.r-project.org/

  2. An error apears that looks like this: "An error has occurred! package or namespace load failed for ‘likert’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘tmvnsim’"

    This means you installed the packages but some dependancies were not installed. You need to run this command: "install.packages("likert", dependencies=TRUE)" - instead of "likert" insert whichever library failed to load based on the error message

    R might ask you to install Rtools. do that and re-run the same command. This should install the package with all it's dependancies.

About

This project is run in my spare time and as such development is slow. If you have any questions or additions to the reports you would like to add let me know.

https://podobnik.shinyapps.io/StudentSurveyReporteR/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages