课程概述
热门审阅
AS
Jul 13, 2018
Amazing course! Will explain every detail regarding R package creation.
MA
Jan 15, 2017
Very good course for intermediate/advanced R users. Sad that you are elegible to do assignments only if you pay.
26 - Building R Packages 的 50 个评论(共 60 个)
创建者 Xueqing Z
•Apr 16, 2021
It teaches the up-to-date approaches, in a concise and also systematic way
创建者 James M
•Feb 7, 2018
Good slow walk through of the process for creating and checking a package
创建者 Abhinav S
•Jul 13, 2018
Amazing course! Will explain every detail regarding R package creation.
创建者 Deleted A
•Nov 2, 2019
very good, an interesting way of learning.
high-level examination
创建者 Anthony S
•Nov 15, 2018
I finally started building R packages!!! Lots of useful bits
创建者 Gustavo B
•Jul 7, 2017
It's one of better course for building packages!!!
创建者 Francesco D Z
•Aug 1, 2017
very useful, especially the final practical exam
创建者 William G
•Mar 1, 2017
This was a great challenging course! Love it.
创建者 Mridul M
•Jun 11, 2020
A great course from a great specialization
创建者 José L
•May 29, 2017
Very interesting and usefull.
创建者 Jorge L R Z
•Sep 22, 2018
Great course!
创建者 JEEWESH K J
•Nov 1, 2017
Great course
创建者 Ganapathi N K
•May 29, 2018
Nice
创建者 Zdenek K
•Dec 12, 2016
I liked the course a lot since it is actually covering most of the things related to the package development. Nevertheless, I still feel (the same as with the previous classes) that authors could have spent more time building the course materials as many chapters are very brief and if I hadn't had the past experience with some of the topics, I wouldn't have any idea what the course is telling me (e.g. merge conflicts in git).
创建者 Erik R
•Jul 9, 2020
Going through the entire course, then being expected to simply repackage an existing barebones package seemed pretty disappointing. I was hoping to end up needing to build my own, but I did learn what I needed to do in order to do that.
创建者 Conner M
•Sep 21, 2017
Good course, but very specialized programming knowledge in this particular course, which was not the case with other courses in the specialization. Would only recommend this course for those with the necessity to build R packages.
创建者 Daniel F S
•Apr 20, 2020
If this course could recheck the material and get some mentors/monitors to left hints/tips in more asked topics (like a FAQ) it would be excellent
创建者 Johans A A
•Mar 22, 2018
I learned a lot in this course, was difficult at the begininng but enjoyable at the end!
创建者 Arthur G
•Jul 10, 2017
Informative and gives lots of information
创建者 Kevin D
•Jul 16, 2017
You will learn how to develop, publish and maintain a R package, and it's quite an interesting skill that will change the way you manage your code (you'll probably always store your code in documented packages you'll host on gitHub then).
Though it's a pertty hard MOOC for many reasons : quite inactive community, information you'll get in lessons isn't enough to complete assignments, course material is just book you'll have to read (no video, no interaction), you'll probably have the feeling you're going through something that's not really finished. Don't follow this MOOC if you want to avoid being frustrated because most of the time you'll be.
创建者 Joe T
•Apr 6, 2017
Course material is a bit light, missing useful pieces of information. The example code is functional but not of sufficient standard to pass the documentation exercise. The solutions to the exercise are not covered in the course material. It takes a lot of outside work to get a good mark. Course is good, but the material needs a bit of work.
创建者 min p
•Jun 13, 2020
This course gives learners excellent opportunity for R package building and documentation.
The course format is pretty much the same, reading material of the book, and do peer-graded assignment.
Prior exposure to Github experience will be valuable.
创建者 Carlos C
•May 28, 2017
Easy at first, very challenging at the end. Some of the course materials really need to be updated and expanded. Mentoring should be improved (include mentors on this course).
创建者 Eduardo B G
•May 27, 2018
The content was good but I have missed the videos. I can read a book, the experience with video demonstrations is better than this aproach.
创建者 Rafał G
•Nov 29, 2017
The amount of uncovered yet crucial issues is too damn high. For week 4 assignment I did most of my research on stackoverflow.