You can install the released version of diffviewer fromCRANwith: install.packages("diffviewer") This is a basic example which shows you how to solve a common problem: library(diffviewer)path1<-tempfile() writeLines(letters,path1)path2<-tempfile() writeLines(letters[-(10:11)],path2) visua...
library),Matthew Holt[cph](Author of incldued PapaParse library),Huddle[cph](Author of included resemble library)Maintainer Hadley Wickham<***> Repository CRAN Date/Publication2021-09-3020:20:02UTC R topics documented:visual_diff (2)visual_diff_output (3)Index4 1 ...
Prepare for release: git pull Check current CRAN check results Polish NEWS urlchecker::url_check() devtools::build_readme() devtools::check(remote = TRUE, manual = TRUE) devtools::check_win_devel() Update cran-comments.md git push Submit...